home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / vimvcl30.zip / DEMO1S1.DFM / DEMO1S1.txt
Text File  |  1996-02-02  |  1KB  |  78 lines

  1. object errorDlg: TerrorDlg
  2.   Left = 263
  3.   Top = 115
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Error Message Display'
  7.   ClientHeight = 263
  8.   ClientWidth = 390
  9.   Font.Color = clBlack
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Bevel1: TBevel
  17.     Left = 10
  18.     Top = 10
  19.     Width = 369
  20.     Height = 198
  21.     Shape = bsFrame
  22.     IsControl = True
  23.   end
  24.   object Label1: TLabel
  25.     Left = 16
  26.     Top = 16
  27.     Width = 103
  28.     Height = 16
  29.     Caption = 'Error Message'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 16
  33.     Top = 72
  34.     Width = 171
  35.     Height = 16
  36.     Caption = 'Extended error message'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 16
  40.     Top = 128
  41.     Width = 225
  42.     Height = 16
  43.     Caption = 'Function Specific Error Message'
  44.   end
  45.   object OKBtn: TBitBtn
  46.     Left = 279
  47.     Top = 222
  48.     Width = 95
  49.     Height = 33
  50.     TabOrder = 0
  51.     Kind = bkOK
  52.     Margin = 2
  53.     Spacing = -1
  54.     IsControl = True
  55.   end
  56.   object errorMessage: TEdit
  57.     Left = 16
  58.     Top = 40
  59.     Width = 353
  60.     Height = 24
  61.     TabOrder = 1
  62.   end
  63.   object extendedError: TEdit
  64.     Left = 16
  65.     Top = 96
  66.     Width = 353
  67.     Height = 24
  68.     TabOrder = 2
  69.   end
  70.   object applicationError: TEdit
  71.     Left = 16
  72.     Top = 152
  73.     Width = 353
  74.     Height = 24
  75.     TabOrder = 3
  76.   end
  77. end
  78.